home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_28398.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  48 lines

  1. -- card: 28398 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: GetVolume
  6.  
  7.  
  8. -- part contents for background part 5
  9. ----- text -----
  10. GetVolume
  11.  
  12. -- part contents for background part 6
  13. ----- text -----
  14. This XFCN returns the current volume level the Macintosh is set to (0-7)
  15.  
  16. See also SetVolume*.
  17.  
  18. This XFCN is ¬©1988 by Steve Drazga and all rights are reserved.  It may be used in any non-commercial, shareware, or commercial stacks as long as the following conditions are met:
  19.  
  20. 1) Within the credits of the stack the phrase 
  21. "Portions ¬©1988 Steve Drazga" should be included.
  22.  
  23. 2) Send a copy of your finished stack to me at:
  24. Steve Drazga
  25. AnalytX
  26. Box 388
  27. Southampton, PA  18966
  28.  
  29. The only compensation I receive will be seeing my efforts utilitized by others.
  30.  
  31. If you need custom XCMDs/XFCNs, stacks, or HyperCard training for your organization contact Steve Drazga at AnalytX (215) 464-3733.
  32.  
  33.  
  34.  
  35. -- part contents for background part 7
  36. ----- text -----
  37. Syntax:
  38.  
  39. GetVolume("©1988SDrazga")
  40.  
  41. Returns the volume the Macintosh is set to (from 0-7).
  42.  
  43. The only parameter that must be passed must is the copyright notice (the ¬© symbol is option-g).
  44.  
  45.  
  46. -- part contents for background part 10
  47. ----- text -----
  48. 21